UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The root accounts home directory must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22309 GEN000930 SV-64363r1_rule Medium
Description
File system extended ACLs provide access to files beyond what is allowed by the UNIX permissions of the files.
STIG Date
Oracle Linux 5 Security Technical Implementation Guide 2017-03-01

Details

Check Text ( C-52765r1_chk )
Check the root account's home directory has no extended ACL.

# find ~root -type d -prune -exec ls -ld {} \;

If the permissions include a '+' the directory has an extended ACL. If the file has an extended ACL and it has not been documented with the IAO, this is a finding.
Fix Text (F-54947r2_fix)
Remove the extended ACL from the root account's home directory.
# setfacl --remove-all